home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / ChipCD 6.02.iso / software / tweakall / TweakAll2setup.exe / {app} / TweakAll.exe / 0 / RCDATA / TCONFIGURE / TCONFIGURE.txt
Text File  |  2001-10-11  |  2KB  |  80 lines

  1. object Configure: TConfigure
  2.   Left = 192
  3.   Top = 105
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Configure Web Update'
  7.   ClientHeight = 129
  8.   ClientWidth = 282
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Tag = 72
  22.     Left = 8
  23.     Top = 24
  24.     Width = 265
  25.     Height = 65
  26.     AutoSize = False
  27.     Caption = 
  28.       'Using the alternate download should succeed when the normal down' +
  29.       'load does not work.'
  30.     WordWrap = True
  31.   end
  32.   object chkIE: TCheckBox
  33.     Tag = 71
  34.     Left = 8
  35.     Top = 3
  36.     Width = 265
  37.     Height = 17
  38.     Caption = 'Use alternate download method'
  39.     TabOrder = 0
  40.   end
  41.   object btnOK: TBitBtn
  42.     Tag = 76
  43.     Left = 8
  44.     Top = 100
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'OK'
  48.     Default = True
  49.     TabOrder = 1
  50.     OnClick = btnOKClick
  51.     Glyph.Data = {
  52.       DE010000424DDE01000000000000760000002800000024000000120000000100
  53.       0400000000006801000000000000000000001000000000000000000000000000
  54.       80000080000000808000800000008000800080800000C0C0C000808080000000
  55.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  56.       3333333333333333333333330000333333333333333333333333F33333333333
  57.       00003333344333333333333333388F3333333333000033334224333333333333
  58.       338338F3333333330000333422224333333333333833338F3333333300003342
  59.       222224333333333383333338F3333333000034222A22224333333338F338F333
  60.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  61.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  62.       0000333333333A222433333333333338F338F33300003333333333A222433333
  63.       333333338F338F33000033333333333A222433333333333338F338F300003333
  64.       33333333A222433333333333338F338F00003333333333333A22433333333333
  65.       3338F38F000033333333333333A223333333333333338F830000333333333333
  66.       333A333333333333333338330000333333333333333333333333333333333333
  67.       0000}
  68.     NumGlyphs = 2
  69.   end
  70.   object btnCancel: TBitBtn
  71.     Tag = 77
  72.     Left = 200
  73.     Top = 100
  74.     Width = 75
  75.     Height = 25
  76.     TabOrder = 2
  77.     Kind = bkCancel
  78.   end
  79. end
  80.